Redhat and Centos Linux Quick Notes: Linux quick notes by Shiv Kumar Goyal

Redhat and Centos Linux Quick Notes: Linux quick notes by Shiv Kumar Goyal

Author:Shiv Kumar Goyal [Goyal, Shiv Kumar]
Language: eng
Format: epub
Published: 2017-03-01T08:00:00+00:00


untar

# tar xvf abc.tar

Where

xextract

v verbose

ffile name types of achieve file

Uncompressing

Uncompressing gzip format

Syntax

tar xvfz filename

Example

# tar xvfz abc.tar.gz

Create bzip format

Syntax

tar xvfj filename

Example

# tar xvfj abc.tar.bz2

List the archived tar file

Syntax

tar tvf filename

Example

# tar tvf abc.tar

List gzip compressed tar file

Syntax

tar tzvf filename

Example

# tar tzvf abc.tar.gz

List bgzip compressed tar file

Syntax

tar tjvf filename

Example

# tar tjvf abc.tar.bz2



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.